Theme - Monokai Pro
✨ Professional dark & light theme + icon pack, from the author of the original Monokai color scheme.
Details
Installs
- Total 111K
- Win 58K
- Mac 29K
- Linux 23K
Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 5 | 15 | 17 | 14 | 11 | 22 | 26 | 19 | 19 | 13 | 15 | 14 | 9 | 13 | 28 | 16 | 14 | 9 | 20 | 22 | 16 | 11 | 20 | 15 | 10 | 9 | 12 | 23 | 23 | 15 | 11 | 14 | 12 | 11 | 15 | 6 | 21 | 18 | 11 | 17 | 14 | 19 | 15 | 14 | 15 | 14 |
Mac | 4 | 10 | 6 | 4 | 13 | 12 | 7 | 13 | 7 | 7 | 3 | 4 | 6 | 12 | 6 | 9 | 10 | 5 | 4 | 11 | 12 | 27 | 8 | 11 | 1 | 6 | 18 | 16 | 8 | 14 | 3 | 5 | 4 | 6 | 11 | 7 | 7 | 6 | 6 | 3 | 6 | 5 | 7 | 7 | 6 | 4 |
Linux | 3 | 8 | 6 | 4 | 7 | 6 | 8 | 8 | 7 | 8 | 7 | 4 | 3 | 6 | 9 | 7 | 8 | 8 | 3 | 10 | 7 | 4 | 7 | 3 | 3 | 2 | 6 | 2 | 7 | 8 | 2 | 12 | 7 | 3 | 9 | 3 | 9 | 7 | 6 | 8 | 8 | 2 | 4 | 4 | 10 | 0 |
Readme
- Source
- raw.githubusercontent.com
Monokai Pro for Sublime Text
Beautiful functionality for professional developers
Monokai Pro is a color scheme, user interface theme and icon pack for code editors. It has been designed with beautiful functionality in mind. Carefully selected shades of color are the foundation of an uncompromising, non-distractive user interface.
Monokai Pro comes in a dark theme and a light theme. Regardless of your coding environment, the single goal of Monokai Pro is to let you focus on your code.
☞ How to install free evaluation for Sublime Text:
1. Package Control ‣ Install Package ‣ Theme - Monokai Pro
2. Command Palette ‣ Monokai Pro: select theme
Find out more here: monokai.pro
Pixel-perfect file icons
The icons of Monokai Pro have all been created from scratch to ensure they are easily recognizable on small sizes in the side bar. They are designed to help you quickly find the right files in your project.
Color filters
Monokai Pro offers a set of color filters for the dark and light theme. Whatever your mood, there's a color setting that's right for you.
History of Monokai
Monokai Pro was created by the same author of the iconic Monokai color palette, first introduced back in 2006. While the classic Monokai remains popular and has inspired many variations over the years, Monokai Pro is its official modern successor, offering a more refined and balanced color scheme. Today, it's the go-to choice for professional developers around the world.
Supported plugins
Sublime Linter
Place this in your Sublime Linter User preferences:
{
"gutter_theme": "Packages/Theme - Monokai Pro/Monokai Pro.gutter-theme",
"styles": [
{
"mark_style": "none",
"priority": 1,
"scope": "region.orangish",
"icon": "warning",
"types": [
"warning"
]
},
{
"mark_style": "none",
"priority": 1,
"scope": "region.redish",
"icon": "error",
"types": [
"error"
]
}
]
}
It will automatically match the gutter icon colors to the selected color filter of Monokai Pro.